Seam-carvinggithub

APythonimplementationofSeamcarving.Seamcarving(orliquidrescaling)isanalgorithmforcontent-awareimageresizing.,AfinalprojectinParallelProgrammingClass(UniversityofScience).UsingNvidiaGPUtooptimizealgorithmandreducetimeinimageprocessing.,animplementionofpaperSeamCarvingforContent-AwareImageResizing.-Aiemu/SeamCarving.,Asuper-fastPythonimplementationofSeamcarvingforcontent-awareimageresizing,andth...

ali-sedaghiSeam

A Python implementation of Seam carving. Seam carving (or liquid rescaling) is an algorithm for content-aware image resizing.

the0nlyWyvernseam-carving

A final project in Parallel Programming Class (University of Science). Using Nvidia GPU to optimize algorithm and reduce time in image processing.

Seam Carving 实现图像智能缩放

an implemention of paper Seam Carving for Content-Aware Image Resizing. - Aiemu/SeamCarving.

li-plusseam-carving: A super

A super-fast Python implementation of Seam carving for content-aware image resizing, and the forward energy function proposed in Improved seam carving for ...

seam

A super-fast Python implementation of seam carving algorithm for intelligent image resizing. python computer-vision computer-graphics image-processing seam- ...

andrewdcampbellseam-carving

A fast Python implementation of Seam Carving for Content-Aware Image Resizing. - andrewdcampbell/seam-carving.

Seam Carving for Content Aware Image Resizing

The goal of this project is to perform content-aware image resizing for both reduction and expansion and image object removal with seam carving operator.

Utkarsh87seam-carving: content

Python implementation of Content-Aware Image Resizing. Uses a dynamic programming approach to find the minimum energy seam to carve out from the image.

sumehtaseam-carving

It functions by establishing a number of seams (paths of least energy) in an image and automatically removes seams to reduce image size or inserts seams to ...

axu2improved-seam-carving

Seam-carving is a content-aware image resizing technique where the image is reduced in size by one pixel of height (or width) at a time. A vertical seam in ...